ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Robot Framework

by shellderp ST2

Provides basic tools for working with Robot Framework text files in Sublime Text 2.

Details

  • 2016.02.16.15.24.48
  • github.​com
  • github.​com
  • 9 years ago
  • 4 hours ago
  • 13 years ago

Installs

  • Total 3K
  • Win 1K
  • Mac 794
  • Linux 375
Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-robot-plugin

This project is a plugin for Sublime Text 2 that provides some conveniences for working with Robot Framework test files (.txt only).

Installation

The easiest way to install is to use Package Control and search for 'Robot Framework'.

Otherwise, open Sublime Text 2 and click Preferences -> Browse Packages to open the packages directory. Then create a directory named Robot Framework containing the contents of this repository.

Features

  • Syntax highlighting for Robot txt files, plus automatic detection/activation
  • alt+enter or alt+click to:
    • go to resource file at caret
    • go to user keyword at caret
    • go to builtin keyword at caret (opens browser)
  • ctrl+space to auto complete user keywords (must start on first word of keyword since sublime will break on spaces)
  • search for keywords in all project robot files (open folders)
  • run script from Cmd+B
  • Toggle Comments with Cmd+/

Screenshots